<xs:complexType name="DocumentLineReference" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>Referenz auf die Position aus einem anderen Dokument</dt>
<dt>Wie überträgt man ExcalibuR Kennungen:</dt>
<dt>DocRefNumber = GeoID oder ConfigID</dt>
<dt>DocDate = Datum der Übernahme aus XCR</dt>
<dt>DocRefLineNumber = Positionsnummer in XCR, falls es so etwas gibt. Ansonsten leer lassen.</dt>
<dt>Reference auf die FurnCloudid ebenfalls ohne Positionsangabe</dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">reference to a position of another document</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocumentReference">
<xs:sequence>
<xs:element name="DocRefLineNumber" type="LineItemNumber" minOccurs="0" maxOccurs="1" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|